89648bbbefc66ddbe6ee12dcde806c9463782eff,installer/core/src/main/java/org/apache/sling/installer/core/impl/OsgiInstallerImpl.java,OsgiInstallerImpl,run,#,171

Before Change


            this.executeTasks(tasks);

            // clean up and save
            this.cleanupInstallableResources();

            // if we don't have any tasks, we go to sleep
            if (!tasksCreated) {

After Change


                this.executeTasks(tasks);

                // clean up and save
                this.cleanupInstallableResources();
            }

            // if we don't have any tasks, we go to sleep